home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / misc / plhelp / plegend < prev    next >
Text File  |  1994-05-11  |  644b  |  20 lines

  1. plegend:
  2.  
  3. Synopsis: Controls plot legend creationg for the current sub-plot.
  4.  
  5. Syntax: plegend ( DESCRIPTION )
  6.  
  7. Description:
  8.  
  9.     Plegend allows the user to enter a descriptive string(s) for
  10.     the plot legend in the current sub-plot. DESCRIPTION can be a
  11.     vector of strings, in which case the 1st string is used as the
  12.     legend description for the 1st plotted column of data, the 2nd
  13.     string is used as the description for the 2nd plotted column
  14.     of data, and so-on. 
  15.  
  16.     If DESCRIPTION is "default", then the string(s) "cN" are used
  17.     to denote from which column of the matrix the data belongs.
  18.  
  19.     If DESCRIPTION is undefined, then no legend is drawn. 
  20.